This is an exploration that uses weather data to control an electronic fan.
It uses Processing to interface with the weather API to periodically query
forecast data. The data is analyzed and when a link is established with the
Arduino board, the signal is sent through serial communication to control the
fan to respond to an input.
Here the fan turns on if the UV levels in Singapore are above 8 — indicating dangerous levels of UV exposure.